home *** CD-ROM | disk | FTP | other *** search
/ MacTech 1 to 12 / MacTech-vol-1-12.toast / Source / MacTech® Magazine / Volume 09 - 1993 / 09.08 Aug 93 / Scripting Additions / SAPlayMovie.build < prev    next >
Encoding:
Text File  |  1994-11-06  |  458 b   |  13 lines  |  [TEXT/MPS ]

  1. #    Build commands for the 'play movie' scripting addition.
  2. #    Written by Donald Olson
  3. #    Copyright © 1993. All rights reserved
  4.     
  5. C -b "SAPlayMovie.c" -d SystemSevenOrLater 
  6. Rez -a -o "play movie" -t osax -c ascr 'SAPlayMovie.r'
  7. Link -p -w -t osax -c ascr -rt osax=6991 -m MAIN -sg "AEVTOLIEQTIM" -ra "AEVTOLIEQTIM"=resSysHeap,resPurgeable ∂
  8.     "SAPlayMovie.c.o" ∂
  9.     "{CLibraries}"StdCLib.o ∂
  10.     "{Libraries}"Runtime.o ∂
  11.     "{Libraries}"Interface.o ∂
  12.     -o "play movie" 
  13.